home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / utility / ccache11.zip / MESSAGES.TXT < prev    next >
Text File  |  1996-06-22  |  26KB  |  827 lines

  1. MESSAGES        COPYRIGHT 1995-1996 horio shoichi        MESSAGES
  2.  
  3.  
  4.  
  5. NAME
  6.      messages.txt - Screen Displays From Programs
  7.  
  8.  
  9. Synopsis
  10.      Concache.exe  displays  io  error messages if error occurred
  11.      when writing wet blocks back to disk.
  12.  
  13.      Help message from command line shows the state of the  resi-
  14.      dent concache.exe.
  15.  
  16.      Also  at startup, concache.exe, ccdisk.exe, and floppies.exe
  17.      produce various messages.
  18.  
  19.      Except for io error messages, messages are  redirectable  to
  20.      ordinary files.
  21.  
  22.  
  23. Io Error Message
  24.      When   underlying  driver  reports  io  error,  concache.exe
  25.      reports it and requests the  disposition  in  the  following
  26.      format.
  27.  
  28.           concache detected '%s' (%s) on %c:
  29.                Abort (discard all blocks)
  30.                Retry (retry write)
  31.                Ignore (as if successful write)
  32.                Fail (discard block)
  33.           action (a, r, i, f) ?
  34.  
  35.      Informations  shown  are type of error, drive, and the loca-
  36.      tion of error on the drive.
  37.  
  38.      If one of a, r,  i,  or  f  is  given  (in  lower  case)  in
  39.      response, concache.exe treats the error as follows.
  40.  
  41.           Abort
  42.                discards  all  blocks  in  cache  data area on the
  43.                drive,
  44.  
  45.           Retry
  46.                retries the failed operation,
  47.  
  48.           Ignore
  49.                treats the failed operation as if successful, and
  50.  
  51.           Fail discards the related block only  from  cache  data
  52.                area.
  53.  
  54.  
  55.  
  56. Concache 1.10       Last Update:  19 June 1996                  1
  57.  
  58.  
  59.  
  60. MESSAGES        COPYRIGHT 1995-1996 horio shoichi        MESSAGES
  61.  
  62.  
  63.  
  64. Help Messages
  65.      If the message
  66.  
  67.           dos concurrent disk cache not loaded
  68.  
  69.      is displayed  then concache.exe is not loaded resident.
  70.  
  71.      With help option, following messages are shown.
  72.  
  73.   Option hc
  74.      This option displays concache.exe conditions.
  75.  
  76.      loaded segment 0x%x size 0x%0x0 (%lu) bytes including io
  77.           buffers
  78.           It is  loaded  with  adjacent  io  buffers  at  segment
  79.           address shown with the size.  The size is rounded up to
  80.           paragraph boundary.
  81.  
  82.      loaded segment 0x%x size 0x%0x0 (%lu) bytes
  83.           It is  loaded  with  separate  io  buffers  at  segment
  84.           address shown with the size.  The size is rounded up to
  85.           paragraph boundary.
  86.  
  87.      separate ioseg at 0x%x, size 0x%x (%u) bytes
  88.           When io buffers are allocated at separate segment, this
  89.           message  is  shown.  The buffers are located at segment
  90.           shown with the size.
  91.  
  92.      buffer_size = %u bytes, %d io_buffers
  93.           The size of each io buffer (in many  cases  512  bytes)
  94.           and the number of the buffers (default 16) are shown.
  95.  
  96.      concurrency = %d devices
  97.           Shows how many devices can perform io concurrently.
  98.  
  99.      stackspace = %u bytes
  100.           Size  of  stack  space for each concurrently performing
  101.           io.
  102.  
  103.      directory_space = %u bytes (max %u bytes)
  104.           Size of directory space currently allocated and maximum
  105.           allocable are shown.
  106.  
  107.      bitmap_length = %d bytes (%d kb per block)
  108.           The  bitmap  length  that constitutes each of directory
  109.           entry is shown.  Since  one  byte  corresponds  to  4kb
  110.           (irrespective  of  io  buffer  size), the size of cache
  111.           data area maintained by each directory entry is  easily
  112.           deduced.
  113.  
  114.  
  115. Concache 1.10       Last Update:  19 June 1996                  2
  116.  
  117.  
  118.  
  119. MESSAGES        COPYRIGHT 1995-1996 horio shoichi        MESSAGES
  120.  
  121.  
  122.  
  123.   Option hc
  124.      This  option  displays  concache.exe  working states on flag
  125.      settings.  Flags set are shown  right  to  asserted...   and
  126.      flags reset are shown right to unasserted...  message.  Fol-
  127.      lowing table lists which flags are set or reset.
  128.  
  129.              stop           Flag set in stop mode
  130.              write thru     Flag set in write-though mode
  131.              write after    Flag set in write after mode
  132.              locking Lock   Flag is in effect
  133.              no preread     Flag set to prevent preread
  134.              unlocking      Unlock flag is in effect
  135.              hold           Hold flag is in effect
  136.  
  137.   Option hm
  138.      This option displays usage for  each  of  memory  type  sup-
  139.      ported.
  140.  
  141.   Option hd
  142.      This option displays device states for each drive supported.
  143.  
  144.         device unknown   Device not handled by concache.exe
  145.         media unknown    No access to floppy
  146.         removable        Device found to use removable media.
  147.         no door sense    Door lock undetected on the device
  148.         stopped          Concache.exe is not using this drive
  149.         concurrent       Device can operate concurrently
  150.         damaged          A critical error on the drive.
  151.         write thru       Used in write through mode
  152.         write after      Used in write after mode
  153.         not accessed     Yet no access to the drive or media
  154.  
  155.      In addition, if accessed, statistics are shown.
  156.  
  157.           read performance
  158.                Shows the number of read requests and actual  read
  159.                actions counted in sectors.  This is shown when no
  160.                preread is used.
  161.  
  162.           preread performance
  163.                Shows the number of preread operations and  actual
  164.                read  actions  to the preread data counted in sec-
  165.                tors.  This is displayed in place of read  perfor-
  166.                mance if drive is allowed to perform preread.
  167.  
  168.                Note. Read and preread uses same counter, and what
  169.                each  counts  is  different.   For  this   reason,
  170.                switching preread can give false counting. To rem-
  171.                edy this, use hdh option to in addition clear  the
  172.                counter.
  173.  
  174. Concache 1.10       Last Update:  19 June 1996                  3
  175.  
  176.  
  177.  
  178. MESSAGES        COPYRIGHT 1995-1996 horio shoichi        MESSAGES
  179.  
  180.  
  181.  
  182.           write performance
  183.                Shows  the  number  of  write  requests and actual
  184.                write actions counted in sectors.
  185.  
  186.           still %d wet spots
  187.                More '%d' sectors must be written back.
  188.  
  189.           counter overflowing-- cleared
  190.                Counter has grown too rapid. It is reset to  zero.
  191.  
  192. Miscellaneous
  193.      This  section  lists the messages at startups of programs in
  194.      alphabetical order.  They are mostly  some  kind  of  errors
  195.      correctable  in  command  line.  A few show misbehavior of a
  196.      device or a program.  Most of them are too obvious but  oth-
  197.      ers  may  need  a little pause.  This file tries to add some
  198.      words to those potentially might be misinterpreted messages.
  199.  
  200.      THIS IS EVALUATION VERSION
  201.           This is as it tells.
  202.  
  203.      bitmap_length %d bytes
  204.           Bitmap length is chosen to the indicated length.
  205.  
  206.      bitmap_length = %d bytes causes hash table overflow
  207.           Requested  bitmap length causes overflow on hash table.
  208.  
  209.      bitmap_length causes hash table overflow
  210.           Requested bitmap length causes overflow on hash  table.
  211.  
  212.      bitmap_length changed to %d bytes
  213.           Previously determined bitmap length is changed.
  214.  
  215.      bitmap_length will be adjusted
  216.           Previous or requested bitmap length will be adjusted.
  217.  
  218.      cache condition flag conflict
  219.           More  than  two  modes  for  concache.exe condition are
  220.           specified.  The  mode  must  be  one  of  stop,  write-
  221.           through, write-after, or concurrency.
  222.  
  223.      cache destroyed. don't do nothing
  224.           Resident concache.exe is stopped due to internal error.
  225.  
  226.      can't allocate extended memory(BL = %02x)
  227.           Failed to allocate  extended  memory  with  error  code
  228.           '%x'.  See appropriate manual for the code.
  229.  
  230.      can't allocate pages of expanded memory (%x)
  231.           Failed  to  allocate  expanded  memory  with error code
  232.  
  233. Concache 1.10       Last Update:  19 June 1996                  4
  234.  
  235.  
  236.  
  237. MESSAGES        COPYRIGHT 1995-1996 horio shoichi